home *** CD-ROM | disk | FTP | other *** search
/ Tech Win 1999 February / TECH Win 02-1999 Disc A.iso / ols / lzh / csend1_s.lzh / csend / StdAfx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-11-16  |  523 b   |  15 lines

  1. // stdafx.h : 標準のシステム インクルード ファイル、
  2. //            または参照回数が多く、かつあまり変更されない
  3. //            プロジェクト専用のインクルード ファイルを記述します。
  4. //
  5.  
  6. #define VC_EXTRALEAN        // Windows ヘッダーから殆ど使用されないスタッフを除外します。
  7.  
  8. #include <afxwin.h>         // MFC の標準コンポーネント
  9. #include <afxext.h>         // MFC の拡張部分
  10.  
  11. #ifndef _AFX_NO_AFXCMN_SUPPORT
  12. #include <afxcmn.h>            // MFC の Windows 95 コモン コントロール サポート
  13. #endif // _AFX_NO_AFXCMN_SUPPORT
  14.  
  15.